@media screen and (min-width: 768px){
    .a-cta-container{
        color: #ebf0f2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 100px;
        padding-bottom: 150px;
    }
    .a-cta-title{
        width: 90%;
        max-width: 1200px;
        font-size: calc(25px + 2vw);
        line-height: calc(25px + 2vw);
        color: #befc03;
        display: flex;
        flex-direction: column;
        text-wrap: balance;
    }
    .a-cta-title span{
        color: #ebf0f2;
    }


    /*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*/
    .a-cta-bouton{
        display: none;
    }
    .mpb-content{
        position: relative;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        font-size: 16px;
        height: 112px;
        width: 112px;
        transform: scale(1);
        margin-top: 50px;
        z-index: 50;
    }
    .mpb-circle{
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #ebf0f21a;
        transform: scale(1);
        transition: all 0.7s cubic-bezier(0,.87,.67,1);
        border-radius: 50%;
    }
    .mpb-content:hover .mpb-circle{
        border: 1px solid #ebf0f200;
        transition: all 0.3s cubic-bezier(0,.87,.67,1), transform 0.5s;
        transform: scale(0.3);
    }
    .mpb-word{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        line-height: 18px;
        margin-top: 5px;
        color: #befc03;
        transition: color 0.5s cubic-bezier(0,.87,.67,1) 0.1s;
    }
    .mpb-content:hover .mpb-word, .mpb-content:hover .mpb-word span{
        color: #121212;
        transition: color 0.3s cubic-bezier(0,.87,.67,1);
        opacity: 1;
    }
    .mpb-content span{
        font-family: 'fontfleche-reg';
        opacity: 0.6;
        color: #ebf0f2;
        transition: color 0.5s cubic-bezier(0,.87,.67,1) 0.1s;
    }
}





/*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*/








@media screen and (max-width: 768px){
    .mpb-container, .mpb-container *{
        display: none;
    }
    .a-cta-container{
        color: #ebf0f2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 80px;
    }
    .a-cta-title{
        font-size: calc(25px + 2vw);
        line-height: calc(25px + 2vw);
        color: #befc03;
        text-wrap: balance;
    }
    .a-cta-title span{
        color: #ebf0f2;
        width: 50vw;
        text-wrap: balance;
    }

    /*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*/

    .a-cta-bouton{
        color: #befc03;
        background: #ebf0f208;
        padding: 15px 22px;
        border-radius: 24px;
        transition: all 0.5s cubic-bezier(.45,-0.01,.21,.99);
        margin-top: 50px;
        font-size: 22px;
    }
    .a-cta-bouton span{
        font-family: 'fontfleche-reg', sans-serif;
        position: relative;
        top: 1px;
    }
    .a-cta-b1{
        position: relative;
        transition: all 0.6s cubic-bezier(0,.93,.27,1) 0.2s;
    }
}